Skip to main content
Feedback

Uninstalling Local Edition Using Helm

Procedure

  1. Identify an application to undeploy.

    $ helm list

    NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION

    apim-trials default 1 2023-10-19 12:20:44.480273142 -0700 PDT deployed apim-6.0.0 1.0

    apim-trials application is the release name.

  2. Uninstall the application.

    $ helm uninstall apim-trials
note

Helm does not support uninstalling a specific version.

Result

Uninstallation of the application is successful.

What to do next

Verify whether all Kubernetes resources that are created when deploying an application are removed.

On this Page